body    {
   max-width: 1024px;
}

#body01 {
   max-width: 1024px;
   background-color: #ccddff; 
}

#button {
	
}

#button2 {
	
}

#col1of2 {
   display: flex;
   flex-direction: column;
   width: 450px;
}

#col2of2 {
   display: flex;
   flex-direction: column;
   width: 450px;
}

#col1of3 {
   display: flex;
   flex-direction: column;
   max-width: 30%;
   min-width: 100px;
}

#col2of3 {
   display: flex;
   flex-direction: column;
   max-width: 30%;
   min-width: 100px;
}

#col3of3 {
   display: flex;
   flex-direction: column;
   max-width: 30%;
   min-width: 100px;
}

#col2-3 {
   display: flex;
   flex-direction: column;
   max-width: 60%;
   min-width: 100px;	
	
}

#col1of4 {
   display: flex;
   flex-direction: column;
   max-width: 23%;
   min-width: 75px;
}

#col2of4 {
   display: flex;
   flex-direction: column;
   max-width: 23%;
   min-width: 75px;
}

#col3of4 {
   display: flex;
   flex-direction: column;
   max-width: 23%;
   min-width: 75px;
}

#col4of4 {
   display: flex;
   flex-direction: column;
   max-width: 23%;
   min-width: 75px;
}

#favicon {
	width: 32px;
	height: 32px;
}

#footer {
	max-width: 1024px;
	color: #eeeeee;
	background-color: #226688; 
}

Header {
}

h1     { 	
}

h2     {
	font-size: 18pt;
}

h3     {
   text-align: center;	
}

html   {
   font-family: verdana;	
}

#img_banner {
	max-width: 100%;
	height: auto;
}

#img01 {
	max-width: 150px;
	height: auto;
	margin: 0 Auto;
}

#img02 {
	max-width: 150px;
	height: auto;
	margin: 0 Auto;
}

#img03 {
	max-width: 150px;
	height: auto;
	margin: 0 Auto;
}

#menu {
	max-width: 1024px;
	font-size: 20px;
	margin: 0 Auto;
	color: #eeeeee;
	background-color: #aadddd; 
}

#page_title {
	font-size: 48px;
    color: #bbbbbb;	
}

#row01 {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   max-width: 1024px;
   background-color: #ccddff; 	
}

#row02 {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   max-width: 1024px;
   background-color: #ccddff; 	
}

.flex-container {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   max-width: 1024px;
   background-color: #ccddff; 	
}

